home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / primgad / p3constructor.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  999 b   |  50 lines

  1.  
  2. // JavaScript wrapper for p3constructor.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_CONSTRUCTORPROPERTYGADGET_H = 1;
  7. include("real/primgad/p3level.js")
  8.  
  9.  
  10. var R3CLID_CONSTRUCTORPROPERTYGADGET = 1781;
  11.  
  12.  
  13.  
  14.  
  15. // Description: For mapchanges
  16. // p3: Number
  17.  
  18. R3CONSTRUCTORGM_ENABLED = 1781000;
  19.  
  20. function mR3CONSTRUCTORGM_ENABLED(p3) {
  21.   DoA(this.r3obj, 1781000, p3, R3TID_FLOAT, 0);
  22. }
  23.  
  24. // Description: Set target attribute
  25.  
  26. R3CONSTRUCTORGM_TARGET = 1781001;
  27.  
  28. function mR3CONSTRUCTORGM_TARGET() {
  29.   DoA(this.r3obj, 1781001, 0, R3TID_INTEGER, 0);
  30. }
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. function r3Constructorpropertygadget () { 
  38.    this.base = r3God;
  39.    if(arguments.length) {
  40.       this.base(R3CLID_CONSTRUCTORPROPERTYGADGET, arguments);
  41.    }
  42.    // Methods
  43.    this.ENABLED=mR3CONSTRUCTORGM_ENABLED;
  44.    this.TARGET=mR3CONSTRUCTORGM_TARGET;
  45.  
  46.    // Attributes
  47. }
  48.  
  49. r3Constructorpropertygadget.prototype=new r3Levelgadget;
  50. // p3constructor.h_H